}
ff_vecs_t google_vecs = {
- ff_type_file,
+ ff_type_internal,
{ ff_cap_none, ff_cap_read, ff_cap_none},
google_rd_init,
NULL,
/* Normal vecs are easy; populate the first part of the array. */
for (vec = vec_list; vec->vec; vec++, i++) {
- svp[i] = vec;
+ svp[i] = vec;
}
/* Walk the style list, parse the entries, dummy up a "normal" vec */
for (svec = style_list; svec->name; svec++, i++) {
qsort(svp, vc, sizeof(*svp), alpha);
for (i=0;i<vc;i++) {
- printf(VEC_FMT, svp[i]->name, svp[i]->desc);
+ if ( svp[i]->vec->type != ff_type_internal )
+ printf(VEC_FMT, svp[i]->name, svp[i]->desc);
for (ap = svp[i]->vec->args; ap && ap->argstring; ap++) {
if ( !(ap->argtype & ARGTYPE_HIDDEN))
printf(" %-18.18s %-.50s %s\n",